2005-02-27 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap
confusion. (#168690, Torsten Schoenfeld)
+2005-02-27 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtktreemodel.sgml: Fix stack vs heap
+ confusion. (#168690, Torsten Schoenfeld)
+
2005-02-15 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcalendar.sgml: Add some more
way. One can convert a path to an iterator by calling
gtk_tree_model_get_iter(). These iterators are the primary way of
accessing a model and are similar to the iterators used by
-#GtkTextBuffer. They are generally statically allocated on the heap and
+#GtkTextBuffer. They are generally statically allocated on the stack and
only used for a short time. The model interface defines a set of
operations using them for navigating the model.
</para>